home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Jul / di9807jp / SFTPCLIENT / About.dfm / About.txt next >
Text File  |  1998-02-04  |  2KB  |  75 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'SFTPClient Version 1.0'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 56
  38.       Height = 13
  39.       Caption = 'SFTPClient '
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 88
  44.       Top = 40
  45.       Width = 53
  46.       Height = 13
  47.       Caption = 'Version 1.0'
  48.       IsControl = True
  49.     end
  50.     object Comments: TLabel
  51.       Left = 8
  52.       Top = 72
  53.       Width = 259
  54.       Height = 52
  55.       Caption = 
  56.         'This is a sample application to demonstrate file transfer (not F' +
  57.         'TP) using Winsock 2.2 API.                 Developed for Delphi ' +
  58.         'Informant by John Penman, 1998. '
  59.       WordWrap = True
  60.       IsControl = True
  61.     end
  62.   end
  63.   object btnOk: TButton
  64.     Left = 111
  65.     Top = 180
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.     OnClick = btnOkClick
  73.   end
  74. end
  75.